From d8d13d1710ac00f52e92949dde80f41f5540f5d0 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 27 Oct 2012 21:20:02 +0200 Subject: [PATCH] Fix a typo in a comment. --- src/w32proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/w32proc.c b/src/w32proc.c index fe3bbde167c..6accf2224c5 100644 --- a/src/w32proc.c +++ b/src/w32proc.c @@ -262,7 +262,7 @@ static int disable_itimers; static CRITICAL_SECTION crit_real, crit_prof; -/* GetThreadTimes is not available on Windows 9X and posibly also on 2K. */ +/* GetThreadTimes is not available on Windows 9X and possibly also on 2K. */ typedef BOOL (WINAPI *GetThreadTimes_Proc) ( HANDLE hThread, LPFILETIME lpCreationTime, -- 2.30.2